From a87966b2bf0ae3cc9f3abf30f3e58467bb2926f7 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 25 Feb 2020 17:15:00 +0000 Subject: [PATCH] ci: Rename the "style-check" phase to "analysis" We want to re-use it for other jobs. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e066f15c3..83d2db9a05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ stages: - - style-check + - analysis - build - docs - flatpak @@ -28,7 +28,7 @@ variables: style-check-diff: extends: .only-default image: registry.gitlab.gnome.org/gnome/gtk/fedora:v13 - stage: style-check + stage: analysis allow_failure: true script: - .gitlab-ci/run-style-check-diff.sh -- 2.30.2